3 lines
120 B
Groovy
3 lines
120 B
Groovy
def regexString = /(\[[Tt]itle\]|\[[Ss]ubject\])${10 * 5}/
|
|
|
|
assert regexString == '(\\[[Tt]itle\\]|\\[[Ss]ubject\\])50'
|