Re: Replace URLs (Regex issue) [71381]

2019-04-06 Tema obsahu Vlastimil Brom
Well, as you might see, this is mostly unrelated to regex and certainly not relevant to PSPad; however, you may ask such questions in an appropriate forum, as suggested there: https://board.jdownloader.org/showthread.php?p=422008#post422008 hth, vbr --

Re: Replace URLs (Regex issue) [71385]

2019-04-06 Tema obsahu Vlastimil Brom
I fear, it still wasn't as understandable as was needed. The samples are not quite consistent , but if you needed to remove the DELETE/ part, the pattern might be (https://psv4\.website\.net/c\d+/u\d+/)DELETE/(audios/[0-9a-z]+\.mp3\?extra=.*?\ .mp3) replace with: $1$2 if more replacements or

Re: Replace URLs (Regex issue) [71382]

2019-04-06 Tema obsahu maki
_vbr_ - However, I only need regular expressions (match to link and rewrite), other things I know how to do. _And regular expressions are part of PSPad._ Is not it?:-)) -- PSPad freeware editor https://www.pspad.com

Re: Replace URLs (Regex issue) [71383]

2019-04-06 Tema obsahu Vlastimil Brom
Ok, in that case the quoted parts from the documentation are not relevant. But especially, the requirements for stable parts of the links and those needing replacement are not clear. it seems in your samples, that the parentheses capture actually the parts to be discarded, you Basically you need

Re: Replace URLs (Regex issue) [71384]

2019-04-06 Tema obsahu maki
A very understandable explanation!!! Very simphttps:\/\/psv4.website.net/c(\d+)/u(\d+)/_DELETE_/audios/[0-9a-z]/index .m3u8?extra=_AnyCharacter_.m3u8 Replace with: https:\/\/psv4.website.net/c(\d+)/u(\d+)/audios/[0-9a-z].mp3?extra=[b]AnyCharact er[/b].mp3 --

Re: Replace URLs (Regex issue) [71386]

2019-04-06 Tema obsahu maki
Not work: Cannot find: Wrong Regex -- PSPad freeware editor https://www.pspad.com

Re: Replace URLs (Regex issue) [71387]

2019-04-06 Tema obsahu maki
Totally does not match the other part of the link, completely wrong regular expression! -- PSPad freeware editor https://www.pspad.com

Funkcia podčiarkovania prístupových klávesov [71388]

2019-04-06 Tema obsahu Restorator
Zdravím V systéme Windows 7 Ultimate 64-bit SP1 mám zapnutú funkciu [i]Podčiarkovať klávesové skratky a prístupové klávesy[/i] (Ovládací panel > Centrum zjednodušenia prístupu > Uľahčiť používanie klávesnice), ale prístupové klávesy mi PSPad zobrazuje len v hlavných položkách menu, t.j. Súbor,

Re: Replace URLs (Regex issue) [71389]

2019-04-06 Tema obsahu Vlastimil Brom
Ok, now the requirements are a lot clearer, for the mentioned samples, the following pattern might work: (https://psv4\.website\.net/c\d+/u\d+/)[0-9a-z]+/(audios/[0-9a-z]+)/index\.m3u8( \?extra=.*?\.)m3u8 replace with $1$2.mp3$3mp3 (Asuming, there are no other cornercases, or lacking

Re: Replace URLs (Regex issue) [71390]

2019-04-06 Tema obsahu maki
_@vbr _- The pattern works correctly. :-) And when it comes to double mp3 etc. it just happens in some names [and it's not an extension) (depending on how the user's name file will be saved) -- PSPad freeware editor https://www.pspad.com

Re: Funkcia podčiarkovania prístupových klávesov [71391]

2019-04-06 Tema obsahu Jan Fiala
Dobry den. Tuto funkci si ridi komponenta menu. Pro podtrzeni submenu je nastaveno dynamicke generovani tzv. Hotkey. Pro hlavni polozky je to nastaveno napevno. -- PSPad freeware editor https://www.pspad.com