Macro making

  • Thread starter Deleted member 9002
  • Start date
D

Deleted member 9002

Guest
Make a macro which change
Parent text- Facebook.Com Instagram.Com

Change to-
1.Facebook.Com
2.instagram.Com
 

RSF

Well-known member
Do you mean you want to just replace the space characters in a string, with newlines? You could use the Text Manipulation action, with the Replace all option, configured as follows:
Screenshot 2022-07-13 5.18.44 PM.png
(where "string" is the name of the variable containing the text)
 

RSF

Well-known member
In that case, use the spiffy new MacroDroid feature to split a string into an array, and loop through the array to build the result string:
Screenshot 2022-07-14 9.38.56 AM.png


Full macro could look something like thiss:
index.php
 

Attachments

  • Screenshot 2022-07-14 9.39.04 AM.png
    Screenshot 2022-07-14 9.39.04 AM.png
    71.9 KB · Views: 64
D

Deleted member 9002

Guest
Sorry i worked hard but can't made
How can I reverse it
Meaning from
1. facebook.com
to facebook
 
Top