Re: [iText-questions] what is difference between string.slice() and string.substring()

2008-12-28 Thread Leonard Rosenthol
These are all standard JavaScript/ECMAScript methods - read that... Leonard On Dec 26, 2008, at 2:23 AM, rajeshkarka wrote: Hi All, what is difference between string.slice() and string.substring(). For both functions we can pass the start index and end index as parameters. And I

Re: [iText-questions] what is difference between string.slice() and string.substring()

2008-12-27 Thread mister bean
You've posted this query in the wrong forum. This forum handles questions related to the iText library. As to your specific questions, Google is your friend. ---mr. bean rajeshkarka wrote: Hi All, what is difference between string.slice() and string.substring(). For both