Replies: 3 comments
-
A path.content = path.content.replace("..", "..."); However, I suggest you to use an IDE (e.g. vscode), so you can easily see which method you can call given an object |
Beta Was this translation helpful? Give feedback.
0 replies
-
@vfsfitvnm Thank you fro quick response..
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, I apologize but I have to close this. It's a js/ts/general programming related "error" - search it on google and you will know how to solve it... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I need to replace some part of string but cannot with default
replace
like:path = path.replace("sorted", "non-sorted");
have this error when rebuildig script
Property 'replace' does not exist on type 'String'
Property 'Replace' does not exist on type 'String'
Beta Was this translation helpful? Give feedback.
All reactions