2014-04-08

[netbeans] Replace za pomocą regular expression

NetBeans wspiera zamianę tekstu przy użyciu wyrażeń regularnych. Jeśli chcielibyśmy zamienić tekst (usunąć jeden z nawiasów):
kod='1', (SELECT
kod='2', (SELECT
kod='14', (SELECT
kod='2', (SELECT
kod='3', (SELECT
kod='5', (SELECT
kod='7', (SELECT
kod='29', (SELECT
kod='2', (SELECT
kod='3', (SELECT

na:
kod='1'), (SELECT
kod='2'), (SELECT
kod='14'), (SELECT
kod='2'), (SELECT
kod='3'), (SELECT
kod='5'), (SELECT
kod='7'), (SELECT
kod='29'), (SELECT
kod='2'), (SELECT
kod='3'), (SELECT

odpalamy Ctrl+H i wpisujemy w pola:

Find What: kod='([0-9]{1,2})', \(SELECT
Replace With: kod='$1'), (SELECT id

Brak komentarzy:

Prześlij komentarz