- Регистрация
- 01.02.2012
- Сообщения
- 4 812
- Благодарностей
- 1 187
- Баллы
- 113
Is not regex by default case sensitive ?
Regex: >BACK</button>$
And it match:
1. <button _ngcontent-c9="" class="btn standard btn-secondary" type="button">BACK</button>
2. <button _ngcontent-c9="" class="btn standard btn-secondary" type="button">Back</button>
Regex: >BACK</button>$
And it match:
1. <button _ngcontent-c9="" class="btn standard btn-secondary" type="button">BACK</button>
2. <button _ngcontent-c9="" class="btn standard btn-secondary" type="button">Back</button>