Posts by Allan Machado • 63 points
2 posts
-
6
votes5
answers2539
viewsQ: Regex to check if string does not end with certain characters
I’m racking my brain on the website http://www.regexplanet.com/advanced/java/index.html I’m trying to make a regex that validates some .txt not containing the characters JJ or M3 at the end of the…
-
0
votes1
answer73
viewsQ: REGEX JAVA Find a chunk throughout the document
I am trying to develop a Regex expression in the JAVA language to find and validate the existence of a small sequence of characters within a . txt. Exp: Validate the existence of the sequence…