filmov
tv
UiPath | Get Substring From String | How to get substring from string in UiPath | Strings

Показать описание
#rpa #uipath #stringmanipualtion
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about how to output a substring from a string in UiPath.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, wie man einen Substring von einem String ausgeben kann.
🌟 𝗖𝗼𝗱𝗲
✔ Text.SubString(0)
✔ Text.SubString(3)
✔ Text.SubString(0,3)
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Use WriteLine Activites to see the Output directly in the UiPath Console
➋ Write your Text and .SubString()
➌ To Get the Text from the first letter write: SubString(0)
➍ To get the Text from the third letter write: SubString(3)
➎ To get only 3 letters from the beginning of the string write: SubString(0,3)
➏ To get only 2 letters from the third letter of the string write: SubString(3,2)
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ String Manipulation
→ Substring
→ Substring from string
→ Get part of string
→ Teil aus einem String auslesen
→ Bestimmte Anzahl von Buchstaben aus einem String auslesen
→ Get Substring from String in UiPath
→ Get Part of String in UiPath
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about how to output a substring from a string in UiPath.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, wie man einen Substring von einem String ausgeben kann.
🌟 𝗖𝗼𝗱𝗲
✔ Text.SubString(0)
✔ Text.SubString(3)
✔ Text.SubString(0,3)
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Use WriteLine Activites to see the Output directly in the UiPath Console
➋ Write your Text and .SubString()
➌ To Get the Text from the first letter write: SubString(0)
➍ To get the Text from the third letter write: SubString(3)
➎ To get only 3 letters from the beginning of the string write: SubString(0,3)
➏ To get only 2 letters from the third letter of the string write: SubString(3,2)
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ String Manipulation
→ Substring
→ Substring from string
→ Get part of string
→ Teil aus einem String auslesen
→ Bestimmte Anzahl von Buchstaben aus einem String auslesen
→ Get Substring from String in UiPath
→ Get Part of String in UiPath