regex for lowercase letter or period followed by an uppercase letter -
Basically I just wanted to find a lowercase letter after which there was an uppercase letter, in that case
[az] [AZ]
< P>] worked very well. However, in some cases the lowercase letter is replaced with a period. I am quite new to regex and I am not able to find a way to apply this discretion in regex (My current solution runs through some statement, if runs through statement and quite disqualified.
Is there anything that can be well controlled by regex?
< < [ed.] [ Read about it. A character by specifying it Additionally.
In addition to: If you were using . outside of a character group, you must save it because it is a regeded meta-character.
Comments
Post a Comment