function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFUserSFUser 

how to get camelCase string with in the parenthesis brackets

hi all..,
how to get the camelCase string with in the parenthesis brackets in the LWC JS..
for eg: Testing User (from all over the world)
now we want to display that string as..
Testing User (From All Over The World)
Thanks in advance.

Salesforce TechieSalesforce Techie
try regex patterns like-
https://stackoverflow.com/questions/18379254/regex-to-split-camel-case