Regular Expressions 101

Community Patterns

Label + input

1

Regular Expression
PCRE (PHP <7.3)

/
<div class="form-group">\s*<label for="(\S*)">(.*)<\/label>\s*<input type="text" class="form-control" id="(.*)" placeholder="(.*)" ng-model="(.*)">\s*<\/div>
/

Description

no description available

Submitted by anonymous - 8 years ago