공부
[Regex] Don't match line
승가비
2019. 2. 22. 07:22
728x90
[Regex] Don't match line
^((?!Text).)*$
^((?!SPARK).)*$
https://stackoverflow.com/questions/2964645/regex-not-equal-to-string
728x90