Hi,

I want to replace a word based on the positions.

input

I love programming (ilp)

i want to replace lowercase ilp with uppercase ILP

I love programming (ILP)

how can resolve this issue?

Recommended Answers

All 2 Replies

A bit more information will be really helpful.

Try to use the function INITCAP(). That just might help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.