you can find and replace the text string with a random number, for example.
Search: "This is the number 23 and i like it"
replace: "this is the number " . Rand(0,100) . " and i like it"
perhaps?
Not out of the box, but if you are familiar with Python, you can easily create a plugin for this.
Source: https://habr.com/ru/post/1498565/More articles:Can I start a Unity game from an Android application and return from Unity to the application? - androidHow to find properties file in spring context configuration file - springGlow Effect on MouseEnter WPF - c #Specifying other custom S3 codes in EMR job streams - amazon-s3How to delete all lines after line N that match "ABC" - vimSublime Text 3 - open CMD prompt in current directory or project directory (Windows) - cmdWhy doesn't 2 == 4 return false? - perlLink to a list that does not change the value - objectMySQL call before inserting update with new auto increment id - sqlcin for int injecting char calls a loop that should check for input - c ++All Articles