Skip to content

Instantly share code, notes, and snippets.

@artbear
Last active April 30, 2020 19:27
Show Gist options
  • Save artbear/bb808536f991e84d5c102f9d8d31b0ab to your computer and use it in GitHub Desktop.
Save artbear/bb808536f991e84d5c102f9d8d31b0ab to your computer and use it in GitHub Desktop.
Искать отсутствующее значение в тексте
  • Искать
    • "oscript" с параметрами "(?![^"]+--language)[^"]+"
  • Заменять на
    • $1 --language ru"

https://regex101.com/r/K14PRf/1

И Я выполняю команду "oscript" с параметрами "<КаталогПроекта>/src/main.os loadext --file Extension1.cfe --extension РасширениеНовое1 --ibconnection /F./build/ib"
И Я показываю вывод команды
И Я очищаю параметры команды "oscript" в контексте
Когда Я выполняю команду "oscript" с параметрами "<КаталогПроекта>/src/main.os unloadext ./РасширениеНовое1.cfe РасширениеНовое1 --ibconnection /F./build/ib --language ru"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment