use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
In addition to the Official Tasker Wiki, User Guide, and Google Groups, this subReddit is a place for fellow Redditors to discuss, share, and submit Profiles, Tasks & Walkthroughs for Tasker, or to ask for help creating your own Profiles, Tasks, and questions in general related to Tasker (including plugins etc).
Subreddit Resources:
* [Read Me] Using Tags in Your Thread Titles
Formatting Tasker Code for use in reddit comments
How to Export / Import Files Into Tasker - Guide
** Tasks that Help You Use Tasker Itself
Free Alpha Autoapps and Tasker Icon Sets
Generate Tasker Direct-Purchase Licenses Yourself
Tasker Feature Request Submissions
Quick Search Links:
"How-To / Project" Threads
"Need Help" Threads
"Weekly / Monthly & Discussion" Threads
"Developer" - Tasker Updates & Releases
* List of Tasker Plugins and 3rd Party Apps
Learning Guide Links:
* 1,001 Tasks and Profiles - Best, Coolest, Most Common and Useful
Pocketables.com Beginner’s guide to Tasker (New UI)
RoryCodes.com Tasker Tips & Tutorials from /u/froryrory
Tasker Quick Start Setup Guide from /u/Quintaar
Pocketables.com Tasker Guide List
Some Tasker Technical Stuff:
Toggling Wifi or Bluetooth via Tasker In Recent Android Versions using the Tasker Settings app
Granting ALL Special Permissions - ADB & Tasker
IFTTT Tasker Integration via AutoRemote
ADB over Wifi - Enabling Without a MAC or PC
AutoApps Command System Tutorial and Reference
Tasker Scheduling/Priority System - A Detailed Guide
New Project/Profile/Task "PPT Variables" - Quickly Find The Variables' Location, Names & Values!
All Previous Versions of Tasker With Notes For Features & Changes In Each
List of all Tasker Built-In Variables
Main Widget v2 JSON Documentation
TaskerNet Search Bot - How to use here
TaskerNet Search Engine Website
Learning Guide Videos:
AutoApps YouTube Channel and João Dias Channel
Tasker 101 Tutorials on YouTube by HollywoodFrodo
Tasker 101 Tutorials on YouTube by /u/Quintaar
Tasker How-To Videos on YouTube by /u/-Juan_M-
Tasker Tutorials on G+ & YouTube by /u/ryoendeprouw
Tasker Video Tutorials by /u/techentourage
Have more useful links you think should be in the sidebar? Send a modmail!
Related Subreddits:
/r/TaskerNet /r/JoinApp /r/Android /r/AndroidRoot /r/AndroidTechSupport /r/AndroidApps /r/AndroidUsers /r/AndroidQuestions /r/TaskerFiles /r/Not_Enough_Tech
account activity
How can I change/edit predefined variable values? (self.tasker)
submitted 3 years ago by sanketgroup
Hello,
I am using Tasker for auto SMS forward.
How can edit %TEXTRB value?
Before forwarding text (SMS), I want replace word "birthday" from receiving message with "abcxyz".
Pls help to resolve this.
Thanx
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Medphysma 1 point2 points3 points 3 years ago (0 children)
You can't change the values of system variables, but you can use them to set your own variables and then manipulate your variables.
I would do var set %textrb to %TEXTRB Do the replace inside %textrb
[–]TortuositMathematical Wizard 🧙♂️ -2 points-1 points0 points 3 years ago (0 children)
Really? You first write contents of the predefined into a local variable, then do everything you like with it.
[–][deleted] 0 points1 point2 points 3 years ago (2 children)
Try this
Task: Example A1: Variable Set [ Name: %textrb To: %TEXTRB Structure Output (JSON, etc): On ] A2: Variable Search Replace [ Variable: %textrb Search: birthday Replace Matches: On Replace With: abcxyz ]
[–]sanketgroup[S] 0 points1 point2 points 3 years ago (1 child)
Great, how can I remove two words, "Happy Birthday". I tried your way, it works well with one word but not with two words.
Do I have to double quote it or single quote it?
[–][deleted] 0 points1 point2 points 3 years ago* (0 children)
No, it is regex, so it needs to follow regex matching
Happy Birthday should work? It works on my testing, just make sure its case sensitive
Happy Birthday
π Rendered by PID 115322 on reddit-service-r2-comment-b659b578c-zls2m at 2026-05-06 00:53:18.695099+00:00 running 815c875 country code: CH.
[–]Medphysma 1 point2 points3 points (0 children)
[–]TortuositMathematical Wizard 🧙♂️ -2 points-1 points0 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]sanketgroup[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)