- or download this
<input type="checkbox"
ng-model="data.mydebts.loan[0]"
- or download this
<input type="checkbox"
ng-model="data.mydebts.loan[0]" label="loan"
- or download this
while ($my_file =~ /(input type=\"checkbox\".*?(\w+)\[0\])/sg) {
$my_file =~ s/$1/$1 label="$2"/s;
};
- or download this
s /$1/TEST/s;