How can I write a regex that matches multiple lines that contain certain text but does not contain other text?
I am trying to write a regex to find text fields in my app that don’t contain a maxLength validator. The text inputs can be written on a single line or multiple lines. I’m not the best with regex but here are examples of what I need to match and what I have tried that is definitely not getting me what I want.
Several conditions in one Regex expression
I am trying to validate a .csv field that must be numeric. Regex for this is pretty straightforward. However, the field can have multiple numbers. In that case, they must be comma separated and the entire field must be enclosed in double quotes like this “23,567,1”. I came up with this Regex to validate this
I want a regex to match 1 or 3 words [closed]
Closed 1 min ago.
regex string cant be empty, cant contain space or have $ in it
i need to create standard Java regular expression that will be used to validate the entered string parameter value in Jenkins.
The string can’t be empty, can’t contain space or have $ in it.
What will be the regex?
Tnx.
Alex
I want to replace the leading “$$” and trailing “$$” with “(backquote)$$” and “$$(backquote)” respectively
Cause the platform I’m using only supports formulas wrapped in
Regex issues, works in regex101.com but not regexr.com nor on my server
So I am trying to setup a config to trigger on all files in a folder except the once starting with abc
, abc
included.
Adjust regex to also match partial expression
Is there a generic way to wrap an existing regex to also accept partial matches?
regex for matching 5 digit numbers, starting with specific digits, but not allowing all repetitions
I will use JavaScript and this is the rules that I need to match:
Can you give regex for following strings [closed]
Closed 43 secs ago.
REGEX allow all chars except (*)
I would like to grab this one