我有下面的公式,我想將其轉換爲VBA中的函數。 =IFERROR(LEFT(B1,(FIND(",",SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B1,"(",","),"-",","),"/",","))-1)),SUBSTITUTE(B1,".", ""))
我已經嘗試了一些東西,但只是不能讓它正常工作。 Test Function CharacterSwap(tex
我想用另一個表達式來替換文本中所有不敏感短語的出現,其中包含建立的短語。例如: String searchQuery = "word";
String source = "I want find WORD case insensitive, and change fonts of this word";
System.out.println(source.replaceAll("(?i)"