How can i validate a classpath with regular expression

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michaelscript
    New Member
    • Nov 2007
    • 9

    How can i validate a classpath with regular expression

    I want to validate the class path string with regular exp and here is the correct format : "java.lang.util " .
    how to write a effective regular exp ?
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by michaelscript
    I want to validate the class path string with regular exp and here is the correct format : "java.lang.util " .
    how to write a effective regular exp ?
    Ask this in the Java forum.

    Comment

    • michaelscript
      New Member
      • Nov 2007
      • 9

      #3
      Validate with javascript regular-exp.

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        could you please explain your requirement in more detail? what do you want to validate exactly ... where does the value to validate come from?

        kind regards

        Comment

        Working...