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