Author Topic: Is there a StrReplace that's case insensitive?  (Read 1768 times)

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 531
    • View Profile
Is there a StrReplace that's case insensitive?
« on: April 07, 2025, 17:26:13 »
I'm wondering if there is a case insensitve version of StrReplace
I've seen updates for MS commands in MC updates but I know that some of the MS commands haven't been listed in the docs yet, so does this exist or did I only dream about it ? ;)


Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4620
    • View Profile
    • Multi Commander
Re: Is there a StrReplace that's case insensitive?
« Reply #1 on: April 07, 2025, 17:36:00 »
No I don't think is a case insensitive version.
Might be good to have.. I see If I can add.

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 531
    • View Profile
Re: Is there a StrReplace that's case insensitive?
« Reply #2 on: April 08, 2025, 13:39:44 »
Thanks Mathias. Would be great if you can find time for it  ;)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4620
    • View Profile
    • Multi Commander
Re: Is there a StrReplace that's case insensitive?
« Reply #3 on: April 08, 2025, 15:41:15 »
See latest beta that was release today

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 531
    • View Profile
Re: Is there a StrReplace that's case insensitive?
« Reply #4 on: April 09, 2025, 13:56:09 »
See latest beta that was release today

Thanks Mathias
Code: [Select]
$NewName = StrReplace($OrgName, "<string to match>", "<replacement>", "ignorecase");is like Xmas come early  ;D