Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
INITCAP - Capitalize each word in a string in Informatica
Forget Code
Informatica
INITCAP - Capitalize each word in a string
Capitalizes first letter of each word in string and converts rest of the character to lower case. When a non-alphabetic character is found in the first position, informatica capitalizes the next character till a alphabet is found.
Syntax
INITCAP( string )
Argument
Required/Optional
Description
string
Required
Any datatype except Binary. You can enter any valid transformation
expression.
Example : Capitalize first letter of a word
Input
Output
NULL
NULL
tom
Tom
35jerry
35Jerry
KING
King
10qUEEEN
10Queen
chess board
Chess Board
Tags for INITCAP - Capitalize each word in a string in Informatica
capitalize first character in informatica
convert first character to upper case in informatica
sentence case in informatica
convert string to initcap java
Create a program that will capitalize each word from the string input
Create a program that will capitalize each word from the string input c
Create a program that will capitalize each word from the string input.
how to convert in initcabs in java
initcap function in informatica
initcap in c
Contribute to Forget Code, help others.
Add snippet