115 questions
Thank you for your help.In response to an email I sent in the past, There is an e-mail file with my writing written on it. ^^---------------------------------------------------------------------------...
ExcelVBA is creating software that automatically prints HTML. so that all link tags can be opened with a separate tag (a separate window)I would like to convert it.And automatically for security measu...
Thank you for your help.In response to an email I sent in the past, There is an e-mail file with my writing written on it. ^^---------------------------------------------------------------------------...
About Python regular expressions.interabc(inta){ if(a>0){ return1; } else { return 0; }}intxyz() { return aPtr->type;}I'm trying to replace the text like the one above as follows:interabc(inta...
About regular expressions.(y|yes|yes|ok|ok)I only want it to be true when only is entered.I don't want the year to be true.Currently, we are looking to see if any of the above words are included in th...
If there is a sentence below, please tell me how to write a regular expression that matches anything other than [switch].Hello. [feedback] Good morning.[switch] Thank you. Note: I also want to match t...
For example, when there is a character string ●N◆XY clock, the character XY is fixed, and ●N◆ takes various characters regardless of the symbol, and clock takes various kanji and hiragana.At this time...
I'm creating an app with UnityC# and To match the input characters on Android with the input characters on iPhone, I'm trying to replace using C#'s Regax, but it doesn't work.I have written the follow...
Hello, thank you for your continuous support.I am writing a program that uses regular expressions in javascript, but the program doesn't work.When I tried it, the following code encountered the same s...
I try to limit my credit card name using regular expressions, but it doesn't work.if(source.toString().matches(^[A-Z\s]+$.toRegex())&source.toString().matches(^[^\n]+$.toRegex())){}The above works...
« | - 6 - | » |
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
581 PHP ssh2_scp_send fails to send files as intended
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.