Reemplazar \ por un /
Hola alguien sabe como se puede reemplazar el \ por el siguiente signo /
No me deja hacer el reemplazo de esos signos
-
Hello Fernanda.
If I properly understand the request, you would like to replace a backslash character(s) with a slash, wouldn't you?As a backslash is a сontrol character, in Datameer formula builder it should be escaped, by leading backslashes (three of them in this case).
- The initial string with backslashes - \User\Workboks\Project1.
- Use the REPLACEALL function to replace all backslashes in this string with slashes.
REPLACEALL(#InitialString; "\\\\"; "/")
I hope this helps.
Please sign in to leave a comment.
Comments
1 comment