S
S
Shellr57s2020-01-07 15:24:20
Regular Expressions
Shellr57s, 2020-01-07 15:24:20

How to append text to the # character from the end of a line?

You need to add text before or after the 4th character from the end of the line, such as ASD text.
Was:
test test Now
:
test ASDtest
Or
test tASDest

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GrayHorse, 2020-01-07
@Shellr57s

(?=.{4}$)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question