Short question

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Billykid
Posts: 95
Joined: 16 Sep 2019, 08:59

Short question

22 Apr 2021, 07:53

Hallo,

what do I have to do that the & is also displayed? Thanks for your help.

Code: Select all


MsgBox, %  RegExReplace("1Micky 99 Mouse 69 §&üäö","[\a-z]") 

User avatar
mikeyww
Posts: 26883
Joined: 09 Sep 2014, 18:38

Re: Short question

22 Apr 2021, 07:57

Code: Select all

MsgBox, % RegExReplace("1Micky 99 Mouse 69 §&üäö", "i)[a-z]")
User avatar
boiler
Posts: 16925
Joined: 21 Dec 2014, 02:44

Re: Short question

22 Apr 2021, 08:01

Also remove numbers and spaces, right?

Code: Select all

MsgBox, % RegExReplace("1Micky 99 Mouse 69 §&üäö","[ \w]")

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: AHK_user and 208 guests