Remove insert
article thumbnail

Highlighting Text Input with Jetpack Compose

Buffer

class UrlTransformation( val color: Color ) : VisualTransformation { } With this class defined, we now need to implement the filter function from the VisualTransformation interface. split("s+" toRegex())? filter { word -> Patterns.WEB_URL.matcher(word).matches() matches() }.forEach split("s+" toRegex())? matches() }.forEach

VALS 20
article thumbnail

How to Write Blogs Faster (Without Sacrificing Quality)

Brandpoint

While you’re writing, if you come across a section that needs more research or a fact check, insert a comment or a filler like “ lorem ipsum.” Again, insert a comment and highlight the text to remind you to go back at a later time. Then turn off your information-gathering mind and flip on your writing mind.

VALS 107