Update RegEx text replacement 1.yml

This commit is contained in:
Imre Eilertsen
2024-06-12 16:43:25 +02:00
committed by GitHub
parent e4911660eb
commit 172dd32fb5
@@ -10,8 +10,8 @@ jobs:
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "(:has-text/([/]([a-zA-Z0-9øØåÅñ_.';,|/{}* !?-]|\\|\"){0,}([a-rt-zA-RæÆøØåÅT-Z0-9]))$3([a-zA-Z0-9æÆøØåÅñ_.';,|/* !]|\\|/|\")"
replace: "$1{2}$4"
find: "([(]/.*([a-rt-zA-RT-Z0-9]))$2([^?].*/i[)])"
replace: "$1{2}$3"
include: "a.txt"
regex: true
- name: Push changes